[INFO] cloning repository https://github.com/clpi/rs-gr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/clpi/rs-gr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclpi%2Frs-gr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclpi%2Frs-gr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72d335b80a1617219b4e0412eedf00e27fa94b61
[INFO] checking clpi/rs-gr against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclpi%2Frs-gr" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/clpi/rs-gr
[INFO] finished tweaking git repo https://github.com/clpi/rs-gr
[INFO] tweaked toml for git repo https://github.com/clpi/rs-gr written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/clpi/rs-gr on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/clpi/rs-gr already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788
[INFO] running `Command { std: "docker" "start" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking arbitrary v1.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]     Checking gimli v0.31.0
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking object v0.36.4
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking addr2line v0.24.1
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking atomic v0.6.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking quickcheck v0.8.5
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling ll v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking tempfile v3.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stdout] warning: unused import: `PathBuf`
[INFO] [stdout]  --> src/config/mod.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `cache_dir`, `config_dir`, `data_dir`, and `state_dir`
[INFO] [stdout]  --> src/config/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     cache_dir,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 5 |     state_dir,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 6 |     data_dir,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 7 |     config_dir
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/data/cache.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::task::Context`
[INFO] [stdout]  --> src/data/cache.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::task::Context;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::Adapter`
[INFO] [stdout]  --> src/data/memory.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::Adapter;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/data/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BTreeMap`, `BTreeSet`, `BinaryHeap`, `HashMap`, `HashSet`, and `VecDeque`
[INFO] [stdout]  --> src/data/mod.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::{BTreeMap, BTreeSet, BinaryHeap, HashMap, HashSet, VecDeque};
[INFO] [stdout]   |                        ^^^^^^^^  ^^^^^^^^  ^^^^^^^^^^  ^^^^^^^  ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ptr::addr_of_mut`
[INFO] [stdout]  --> src/data/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::ptr::addr_of_mut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Path` and `str::FromStr`
[INFO] [stdout]  --> src/fs/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     path::{Path, PathBuf},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 4 |     str::FromStr,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncReadExt`, `AsyncRead`, `AsyncWriteExt`, `AsyncWrite`, and `OpenOptions`
[INFO] [stdout]  --> src/fs/mod.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fs::{File, OpenOptions},
[INFO] [stdout]   |                ^^^^^^^^^^^
[INFO] [stdout] 8 |     io::{copy, AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt, Error as IoError},
[INFO] [stdout]   |                ^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Bfs`, `Data`, `Dfs`, `Graph`, `StableGraph`, `astar`, `connected_components`, `greedy_feedback_arc_set`, `has_path_connecting`, and `min_spanning_tree`
[INFO] [stdout]   --> src/graph/mod.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  4 |         astar, connected_components, greedy_feedback_arc_set, has_path_connecting,
[INFO] [stdout]    |         ^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  5 |         min_spanning_tree,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  8 |     graph::{Edge, Graph, Node},
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]  9 |     prelude::StableUnGraph,
[INFO] [stdout] 10 |     stable_graph::{StableDiGraph, StableGraph},
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 11 |     visit::{Bfs, Data, Dfs, EdgeIndexable},
[INFO] [stdout]    |             ^^^  ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `de::DeserializeOwned`
[INFO] [stdout]   --> src/graph/mod.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use serde::{de::DeserializeOwned, Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Instant` and `SystemTimeError`
[INFO] [stdout]   --> src/graph/mod.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     time::{Instant, SystemTime, SystemTimeError},
[INFO] [stdout]    |            ^^^^^^^              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `error::Error as StdError` and `marker::PhantomData`
[INFO] [stdout]   --> src/graph/mod.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::{error::Error as StdError, fmt::Debug, marker::PhantomData};
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::ext::InstantExt`
[INFO] [stdout]   --> src/graph/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use time::ext::InstantExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/rt/mod.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `task`
[INFO] [stdout]  --> src/util/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     task,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `error::*`, `rt::*`, and `util::*`
[INFO] [stdout]   --> src/lib.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub use super::{config::*, data::*, error::*, fs::*, graph::*, rt::*, util::*};
[INFO] [stdout]    |                                         ^^^^^^^^                   ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PathBuf`
[INFO] [stdout]  --> src/config/mod.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `cache_dir`, `config_dir`, `data_dir`, and `state_dir`
[INFO] [stdout]  --> src/config/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     cache_dir,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 5 |     state_dir,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 6 |     data_dir,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 7 |     config_dir
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/data/cache.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::task::Context`
[INFO] [stdout]  --> src/data/cache.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::task::Context;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::Adapter`
[INFO] [stdout]  --> src/data/memory.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::Adapter;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_trait::async_trait`
[INFO] [stdout]  --> src/data/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use async_trait::async_trait;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BTreeMap`, `BTreeSet`, `BinaryHeap`, `HashMap`, `HashSet`, and `VecDeque`
[INFO] [stdout]  --> src/data/mod.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::{BTreeMap, BTreeSet, BinaryHeap, HashMap, HashSet, VecDeque};
[INFO] [stdout]   |                        ^^^^^^^^  ^^^^^^^^  ^^^^^^^^^^  ^^^^^^^  ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ptr::addr_of_mut`
[INFO] [stdout]  --> src/data/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::ptr::addr_of_mut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Path` and `str::FromStr`
[INFO] [stdout]  --> src/fs/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     path::{Path, PathBuf},
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 4 |     str::FromStr,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AsyncReadExt`, `AsyncRead`, `AsyncWriteExt`, `AsyncWrite`, and `OpenOptions`
[INFO] [stdout]  --> src/fs/mod.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fs::{File, OpenOptions},
[INFO] [stdout]   |                ^^^^^^^^^^^
[INFO] [stdout] 8 |     io::{copy, AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt, Error as IoError},
[INFO] [stdout]   |                ^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Bfs`, `Data`, `Dfs`, `Graph`, `StableGraph`, `astar`, `connected_components`, `greedy_feedback_arc_set`, `has_path_connecting`, and `min_spanning_tree`
[INFO] [stdout]   --> src/graph/mod.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout]  4 |         astar, connected_components, greedy_feedback_arc_set, has_path_connecting,
[INFO] [stdout]    |         ^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  5 |         min_spanning_tree,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  8 |     graph::{Edge, Graph, Node},
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout]  9 |     prelude::StableUnGraph,
[INFO] [stdout] 10 |     stable_graph::{StableDiGraph, StableGraph},
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 11 |     visit::{Bfs, Data, Dfs, EdgeIndexable},
[INFO] [stdout]    |             ^^^  ^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `de::DeserializeOwned`
[INFO] [stdout]   --> src/graph/mod.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use serde::{de::DeserializeOwned, Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Instant` and `SystemTimeError`
[INFO] [stdout]   --> src/graph/mod.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     time::{Instant, SystemTime, SystemTimeError},
[INFO] [stdout]    |            ^^^^^^^              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `error::Error as StdError` and `marker::PhantomData`
[INFO] [stdout]   --> src/graph/mod.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::{error::Error as StdError, fmt::Debug, marker::PhantomData};
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::ext::InstantExt`
[INFO] [stdout]   --> src/graph/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use time::ext::InstantExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/rt/mod.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `task`
[INFO] [stdout]  --> src/util/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     task,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `error::*`, `rt::*`, and `util::*`
[INFO] [stdout]   --> src/lib.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub use super::{config::*, data::*, error::*, fs::*, graph::*, rt::*, util::*};
[INFO] [stdout]    |                                         ^^^^^^^^                   ^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Default` for type `AppGraph<_, _>`
[INFO] [stdout]   --> src/graph/mod.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 |   #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                     ^^^^^^^ conflicting implementation for `AppGraph<_, _>`
[INFO] [stdout] ...
[INFO] [stdout] 36 | / impl<K, V> Default for AppGraph<K, V>
[INFO] [stdout] 37 | | where
[INFO] [stdout] 38 | |     Self: Serialize + Clone + Default + Debug + 'static,
[INFO] [stdout] 39 | |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout] 40 | |     V: Serialize + Clone + Debug + Default + 'static + Deserialize<'static>,
[INFO] [stdout]    | |____________________________________________________________________________- first implementation here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `AppGraph`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            -------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `AppGraph`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `AppGraph<K, V>` to implement `Deserialize<'de>`
[INFO] [stdout]   --> src/graph/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            -------------------- unsatisfied trait bound
[INFO] [stdout]    = help: consider manually implementing `Deserialize<'de>` to avoid undesired bounds caused by "imperfect derives"
[INFO] [stdout]    = note: to learn more, visit <https://github.com/rust-lang/rust/issues/26925>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 |     Self: Serialize + Clone + Default + Debug + 'static,
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `AppGraph`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            -------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `AppGraph`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `graph::_::<impl Deserialize<'de> for AppGraph<K, V>>::deserialize::__Visitor`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ----------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `__Visitor`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Default` for type `AppGraph<_, _>`
[INFO] [stdout]   --> src/graph/mod.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 |   #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                     ^^^^^^^ conflicting implementation for `AppGraph<_, _>`
[INFO] [stdout] ...
[INFO] [stdout] 36 | / impl<K, V> Default for AppGraph<K, V>
[INFO] [stdout] 37 | | where
[INFO] [stdout] 38 | |     Self: Serialize + Clone + Default + Debug + 'static,
[INFO] [stdout] 39 | |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout] 40 | |     V: Serialize + Clone + Debug + Default + 'static + Deserialize<'static>,
[INFO] [stdout]    | |____________________________________________________________________________- first implementation here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `AppGraph`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            -------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `AppGraph`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required for `AppGraph<K, V>` to implement `Deserialize<'de>`
[INFO] [stdout]   --> src/graph/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            -------------------- unsatisfied trait bound
[INFO] [stdout]    = help: consider manually implementing `Deserialize<'de>` to avoid undesired bounds caused by "imperfect derives"
[INFO] [stdout]    = note: to learn more, visit <https://github.com/rust-lang/rust/issues/26925>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 |     Self: Serialize + Clone + Default + Debug + 'static,
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `AppGraph`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            -------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `AppGraph`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `graph::_::<impl Deserialize<'de> for AppGraph<K, V>>::deserialize::__Visitor`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ----------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `__Visitor`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `s` does not live long enough
[INFO] [stdout]    --> src/graph/mod.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let s = tokio::fs::read(&self.path).await?;
[INFO] [stdout]     |             - binding `s` declared here
[INFO] [stdout] 166 |         Self::deser(&s).await
[INFO] [stdout]     |         ------------^^-
[INFO] [stdout]     |         |           |
[INFO] [stdout]     |         |           borrowed value does not live long enough
[INFO] [stdout]     |         argument requires that `s` is borrowed for `'static`
[INFO] [stdout] 167 |     }
[INFO] [stdout]     |     - `s` dropped here while still borrowed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Serialize` is not satisfied
[INFO] [stdout]     --> src/fs/mod.rs:12:41
[INFO] [stdout]      |
[INFO] [stdout]   12 |   #[derive(Debug, Clone, PartialEq, Hash, Serialize, Deserialize)]
[INFO] [stdout]      |                                           ^^^^^^^^^ the trait `Serialize` is not implemented for `tokio::time::Instant`
[INFO] [stdout] ...
[INFO] [stdout]   17 | /     #[serde(default)]
[INFO] [stdout]   18 | |     updated: Instant,
[INFO] [stdout]      | |____________________- required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Serialize)]` to your `tokio::time::Instant` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Serialize`:
[INFO] [stdout]                &'a T
[INFO] [stdout]                &'a mut T
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]                (T0, T1, T2, T3)
[INFO] [stdout]                (T0, T1, T2, T3, T4)
[INFO] [stdout]              and 184 others
[INFO] [stdout] note: required by a bound in `fs::_::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.210/src/ser/mod.rs:1867:21
[INFO] [stdout]      |
[INFO] [stdout] 1865 |     fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
[INFO] [stdout]      |        --------------- required by a bound in this associated function
[INFO] [stdout] 1866 |     where
[INFO] [stdout] 1867 |         T: ?Sized + Serialize;
[INFO] [stdout]      |                     ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/fs/mod.rs:18:14
[INFO] [stdout]      |
[INFO] [stdout]   18 |     updated: Instant,
[INFO] [stdout]      |              ^^^^^^^ the trait `Deserialize<'_>` is not implemented for `tokio::time::Instant`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `tokio::time::Instant` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                `&'a Path` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a [u8]` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a str` implements `Deserialize<'de>`
[INFO] [stdout]                `()` implements `Deserialize<'de>`
[INFO] [stdout]                `(T,)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Deserialize<'de>`
[INFO] [stdout]              and 190 others
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.210/src/de/mod.rs:1732:12
[INFO] [stdout]      |
[INFO] [stdout] 1730 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1731 |     where
[INFO] [stdout] 1732 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Default` is not satisfied
[INFO] [stdout]   --> src/fs/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     #[serde(default)]
[INFO] [stdout] 18 | |     updated: Instant,
[INFO] [stdout]    | |____________________^ the trait `Default` is not implemented for `tokio::time::Instant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/fs/mod.rs:18:14
[INFO] [stdout]      |
[INFO] [stdout]   18 |     updated: Instant,
[INFO] [stdout]      |              ^^^^^^^ the trait `Deserialize<'_>` is not implemented for `tokio::time::Instant`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `tokio::time::Instant` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                `&'a Path` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a [u8]` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a str` implements `Deserialize<'de>`
[INFO] [stdout]                `()` implements `Deserialize<'de>`
[INFO] [stdout]                `(T,)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Deserialize<'de>`
[INFO] [stdout]              and 190 others
[INFO] [stdout] note: required by a bound in `next_value`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.210/src/de/mod.rs:1871:12
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     fn next_value<V>(&mut self) -> Result<V, Self::Error>
[INFO] [stdout]      |        ---------- required by a bound in this associated function
[INFO] [stdout] 1870 |     where
[INFO] [stdout] 1871 |         V: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Default` is not satisfied
[INFO] [stdout]   --> src/fs/mod.rs:12:52
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Debug, Clone, PartialEq, Hash, Serialize, Deserialize)]
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ the trait `Default` is not implemented for `tokio::time::Instant`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `AppGraph`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            -------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `AppGraph`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: /rustc-dev/d0ab665d12770dbaae620b539ee4319b83445f45/compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs:121:17: did not expect successful goal when collecting ambiguity errors for `Binder { value: TraitPredicate(<petgraph::prelude::StableGraph<K, V> as fs::_::_serde::Deserialize<'_>>, polarity:Positive), bound_vars: [] }`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error: internal compiler error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1443) panicked at /rustc-dev/d0ab665d12770dbaae620b539ee4319b83445f45/compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs:121:17:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x71b7b7bfa766 - <<std[7ad685695f4d6cf5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6c52508f0c02959d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x71b7b8211266 - core[6c52508f0c02959d]::fmt::write
[INFO] [stdout] error[E0597]: `s` does not live long enough
[INFO] [stdout]    --> src/graph/mod.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let s = tokio::fs::read(&self.path).await?;
[INFO] [stdout]     |             - binding `s` declared here
[INFO] [stdout] 166 |         Self::deser(&s).await
[INFO] [stdout]     |         ------------^^-
[INFO] [stdout]     |         |           |
[INFO] [stdout]     |         |           borrowed value does not live long enough
[INFO] [stdout]     |         argument requires that `s` is borrowed for `'static`
[INFO] [stdout] 167 |     }
[INFO] [stdout]     |     - `s` dropped here while still borrowed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/graph/mod.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |             .insert(
[INFO] [stdout]    |              ------ arguments to this method are incorrect
[INFO] [stdout] 67 |                 ni.clone() as u32,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/alloc/src/collections/btree/map.rs:1045:11
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 (ni.clone() as u32).try_into().unwrap(),
[INFO] [stdout]    |                 +                 +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    2:     0x71b7b7c0f9cc - <std[7ad685695f4d6cf5]::sys::stdio::unix::Stderr as core[6c52508f0c02959d]::io::write::Write>::write_fmt
[INFO] [stdout] error[E0308]: arguments to this method are incorrect
[INFO] [stdout]    --> src/graph/mod.rs:76:28
[INFO] [stdout]     |
[INFO] [stdout]  76 |         let e = self.graph.add_edge(a, b, v.clone());
[INFO] [stdout]     |                            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: expected `NodeIndex`, found `usize`
[INFO] [stdout]    --> src/graph/mod.rs:76:37
[INFO] [stdout]     |
[INFO] [stdout]  76 |         let e = self.graph.add_edge(a, b, v.clone());
[INFO] [stdout]     |                                     ^
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: expected `NodeIndex`, found `usize`
[INFO] [stdout]    --> src/graph/mod.rs:76:40
[INFO] [stdout]     |
[INFO] [stdout]  76 |         let e = self.graph.add_edge(a, b, v.clone());
[INFO] [stdout]     |                                        ^
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:351:12
[INFO] [stdout]     |
[INFO] [stdout] 351 |     pub fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> EdgeIndex<Ix> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    3:     0x71b7b7bcc3ea - std[7ad685695f4d6cf5]::panicking::default_hook::{closure#0}
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Serialize` is not satisfied
[INFO] [stdout]     --> src/fs/mod.rs:12:41
[INFO] [stdout]      |
[INFO] [stdout]   12 |   #[derive(Debug, Clone, PartialEq, Hash, Serialize, Deserialize)]
[INFO] [stdout]      |                                           ^^^^^^^^^ the trait `Serialize` is not implemented for `tokio::time::Instant`
[INFO] [stdout] ...
[INFO] [stdout]   17 | /     #[serde(default)]
[INFO] [stdout]   18 | |     updated: Instant,
[INFO] [stdout]      | |____________________- required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Serialize)]` to your `tokio::time::Instant` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Serialize`:
[INFO] [stdout]                &'a T
[INFO] [stdout]                &'a mut T
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]                (T0, T1, T2, T3)
[INFO] [stdout]                (T0, T1, T2, T3, T4)
[INFO] [stdout]              and 184 others
[INFO] [stdout] note: required by a bound in `fs::_::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.210/src/ser/mod.rs:1867:21
[INFO] [stdout]      |
[INFO] [stdout] 1865 |     fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
[INFO] [stdout]      |        --------------- required by a bound in this associated function
[INFO] [stdout] 1866 |     where
[INFO] [stdout] 1867 |         T: ?Sized + Serialize;
[INFO] [stdout]      |                     ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    4:     0x71b7b7bece83 - std[7ad685695f4d6cf5]::panicking::default_hook
[INFO] [stderr]    5:     0x71b7b6b61d9b - std[7ad685695f4d6cf5]::panicking::update_hook::<alloc[ef15a21450dbfff1]::boxed::Box<rustc_driver_impl[e64b0af94f25cc15]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x71b7b7bed322 - std[7ad685695f4d6cf5]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x71b7b6b8f211 - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}
[INFO] [stderr]    8:     0x71b7b6b88496 - std[7ad685695f4d6cf5]::sys::backtrace::__rust_end_short_backtrace::<std[7ad685695f4d6cf5]::panicking::begin_panic<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x71b7b6b8830b - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>
[INFO] [stderr]   10:     0x71b7b6b9a2b1 - <rustc_errors[1d8b821264a24e5b]::diagnostic::BugAbort as rustc_errors[1d8b821264a24e5b]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   11:     0x71b7b70e742c - <rustc_errors[1d8b821264a24e5b]::DiagCtxtHandle>::span_bug::<rustc_span[b910b0a050b613db]::span_encoding::Span, alloc[ef15a21450dbfff1]::string::String>
[INFO] [stderr]   12:     0x71b7b7114cc6 - rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   13:     0x71b7b7114e52 - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt::<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   14:     0x71b7b71007db - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_context_opt::<rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   15:     0x71b7b4b36968 - rustc_middle[2aa2a767de9dd2c8]::util::bug::span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>
[INFO] [stderr]   16:     0x71b7b91260ff - <rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError as rustc_infer[101d72cdc6738d75]::traits::engine::FromSolverError<rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::NextSolverError>>::from_solver_error
[INFO] [stderr]   17:     0x71b7b6ebc706 - <core[6c52508f0c02959d]::iter::adapters::map::Map<core[6c52508f0c02959d]::iter::adapters::chain::Chain<core[6c52508f0c02959d]::iter::adapters::map::Map<thin_vec[1e78ed8df903949b]::Drain<(rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>, core[6c52508f0c02959d]::option::Option<rustc_type_ir[2ffa9f80410efda2]::solve::GoalStalledOn<rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>>)>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#0}>, core[6c52508f0c02959d]::iter::adapters::map::Map<alloc[ef15a21450dbfff1]::vec::drain::Drain<rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#1}>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#2}> as core[6c52508f0c02959d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   18:     0x71b7b9383c08 - rustc_hir_typeck[8d509ae61df4e243]::typeck_with_inspect::{closure#0}
[INFO] [stderr]   19:     0x71b7b9375d30 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   20:     0x71b7b86073a2 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_data_structures[a8cd8bed56c7c4a5]::vec_cache::VecCache<rustc_span[b910b0a050b613db]::def_id::LocalDefId, rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[2aa2a767de9dd2c8]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   21:     0x71b7b8606d43 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x71b7b860943a - <rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_hir_analysis[6eaddeebc319b468]::check_crate::{closure#1}>::{closure#0}
[INFO] [stderr]   23:     0x71b7b8608dde - rustc_hir_analysis[6eaddeebc319b468]::check_crate
[INFO] [stderr]   24:     0x71b7b8604835 - rustc_interface[d37ca650b06bbb81]::passes::analysis
[INFO] [stderr]   25:     0x71b7b93340c7 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_middle[2aa2a767de9dd2c8]::query::caches::SingleCache<rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   26:     0x71b7b9333da9 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x71b7b930529b - rustc_interface[d37ca650b06bbb81]::interface::run_compiler::<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   28:     0x71b7b92ea43a - std[7ad685695f4d6cf5]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   29:     0x71b7b92ea1ed - <std[7ad685695f4d6cf5]::thread::lifecycle::spawn_unchecked<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6c52508f0c02959d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   30:     0x71b7b92ee610 - <std[7ad685695f4d6cf5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   31:     0x71b7b308aaa4 - <unknown>
[INFO] [stderr]   32:     0x71b7b3117a64 - clone
[INFO] [stderr]   33:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-19T21_24_31-1441.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (d0ab665d1 2026-07-17) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [typeck_root] type-checking `graph::_::<impl at src/graph/mod.rs:22:44: 22:55>::deserialize::<impl at src/graph/mod.rs:22:44: 22:55>::visit_seq`
[INFO] [stderr] #1 [analysis] running analysis passes on crate `ll`
[INFO] [stderr] end of query stack
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1443) panicked at /rustc-dev/d0ab665d12770dbaae620b539ee4319b83445f45/compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs:121:17:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x71b7b7bfa766 - <<std[7ad685695f4d6cf5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6c52508f0c02959d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x71b7b8211266 - core[6c52508f0c02959d]::fmt::write
[INFO] [stderr]    2:     0x71b7b7c0f9cc - <std[7ad685695f4d6cf5]::sys::stdio::unix::Stderr as core[6c52508f0c02959d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x71b7b7bcc3ea - std[7ad685695f4d6cf5]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x71b7b7bece83 - std[7ad685695f4d6cf5]::panicking::default_hook
[INFO] [stderr]    5:     0x71b7b6b61d9b - std[7ad685695f4d6cf5]::panicking::update_hook::<alloc[ef15a21450dbfff1]::boxed::Box<rustc_driver_impl[e64b0af94f25cc15]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x71b7b7bed322 - std[7ad685695f4d6cf5]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x71b7b6b8f211 - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}
[INFO] [stderr]    8:     0x71b7b6b88496 - std[7ad685695f4d6cf5]::sys::backtrace::__rust_end_short_backtrace::<std[7ad685695f4d6cf5]::panicking::begin_panic<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x71b7b6b8830b - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>
[INFO] [stderr]   10:     0x71b7b6b9a2b1 - <rustc_errors[1d8b821264a24e5b]::diagnostic::BugAbort as rustc_errors[1d8b821264a24e5b]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   11:     0x71b7b70e742c - <rustc_errors[1d8b821264a24e5b]::DiagCtxtHandle>::span_bug::<rustc_span[b910b0a050b613db]::span_encoding::Span, alloc[ef15a21450dbfff1]::string::String>
[INFO] [stderr]   12:     0x71b7b7114cc6 - rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   13:     0x71b7b7114e52 - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt::<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   14:     0x71b7b71007db - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_context_opt::<rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   15:     0x71b7b4b36968 - rustc_middle[2aa2a767de9dd2c8]::util::bug::span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>
[INFO] [stderr]   16:     0x71b7b91260ff - <rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError as rustc_infer[101d72cdc6738d75]::traits::engine::FromSolverError<rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::NextSolverError>>::from_solver_error
[INFO] [stderr]   17:     0x71b7b6ebc706 - <core[6c52508f0c02959d]::iter::adapters::map::Map<core[6c52508f0c02959d]::iter::adapters::chain::Chain<core[6c52508f0c02959d]::iter::adapters::map::Map<thin_vec[1e78ed8df903949b]::Drain<(rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>, core[6c52508f0c02959d]::option::Option<rustc_type_ir[2ffa9f80410efda2]::solve::GoalStalledOn<rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>>)>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#0}>, core[6c52508f0c02959d]::iter::adapters::map::Map<alloc[ef15a21450dbfff1]::vec::drain::Drain<rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#1}>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#2}> as core[6c52508f0c02959d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   18:     0x71b7b9383c08 - rustc_hir_typeck[8d509ae61df4e243]::typeck_with_inspect::{closure#0}
[INFO] [stderr]   19:     0x71b7b9375d30 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   20:     0x71b7b86073a2 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_data_structures[a8cd8bed56c7c4a5]::vec_cache::VecCache<rustc_span[b910b0a050b613db]::def_id::LocalDefId, rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[2aa2a767de9dd2c8]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   21:     0x71b7b8606d43 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x71b7b860943a - <rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_hir_analysis[6eaddeebc319b468]::check_crate::{closure#1}>::{closure#0}
[INFO] [stderr]   23:     0x71b7b8608dde - rustc_hir_analysis[6eaddeebc319b468]::check_crate
[INFO] [stderr]   24:     0x71b7b8604835 - rustc_interface[d37ca650b06bbb81]::passes::analysis
[INFO] [stderr]   25:     0x71b7b93340c7 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_middle[2aa2a767de9dd2c8]::query::caches::SingleCache<rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   26:     0x71b7b9333da9 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x71b7b930529b - rustc_interface[d37ca650b06bbb81]::interface::run_compiler::<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   28:     0x71b7b92ea43a - std[7ad685695f4d6cf5]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   29:     0x71b7b92ea1ed - <std[7ad685695f4d6cf5]::thread::lifecycle::spawn_unchecked<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6c52508f0c02959d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   30:     0x71b7b92ee610 - <std[7ad685695f4d6cf5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   31:     0x71b7b308aaa4 - <unknown>
[INFO] [stderr]   32:     0x71b7b3117a64 - clone
[INFO] [stderr]   33:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-19T21_24_31-1441.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (d0ab665d1 2026-07-17) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [typeck_root] type-checking `graph::_::<impl at src/graph/mod.rs:22:44: 22:55>::deserialize::<impl at src/graph/mod.rs:22:44: 22:55>::visit_map`
[INFO] [stderr] #1 [analysis] running analysis passes on crate `ll`
[INFO] [stderr] end of query stack
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:103:32
[INFO] [stdout]     |
[INFO] [stdout] 103 |         self.graph.node_weight(n)
[INFO] [stdout]     |                    ----------- ^ expected `NodeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:480:12
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub fn node_weight(&self, a: NodeIndex<Ix>) -> Option<&N> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |      - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn get_node(&self, n: usize) -> Option<&Node<K>> {
[INFO] [stdout]     |                                         ---------------- expected `std::option::Option<&petgraph::graph::Node<K>>` because of return type
[INFO] [stdout] 103 |         self.graph.node_weight(n)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&Node<K>>`, found `Option<&K>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&petgraph::graph::Node<K>>`
[INFO] [stdout]                found enum `Option<&K>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:106:32
[INFO] [stdout]     |
[INFO] [stdout] 106 |         self.graph.edge_weight(e)
[INFO] [stdout]     |                    ----------- ^ expected `EdgeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `petgraph::prelude::EdgeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:526:12
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn edge_weight(&self, e: EdgeIndex<Ix>) -> Option<&E> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |         - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn get_edge(&self, e: usize) -> Option<&Edge<V>> {
[INFO] [stdout]     |                                         ---------------- expected `std::option::Option<&petgraph::graph::Edge<V>>` because of return type
[INFO] [stdout] 106 |         self.graph.edge_weight(e)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&Edge<V>>`, found `Option<&V>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&petgraph::graph::Edge<V>>`
[INFO] [stdout]                found enum `Option<&V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/fs/mod.rs:18:14
[INFO] [stdout]      |
[INFO] [stdout]   18 |     updated: Instant,
[INFO] [stdout]      |              ^^^^^^^ the trait `Deserialize<'_>` is not implemented for `tokio::time::Instant`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `tokio::time::Instant` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                `&'a Path` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a [u8]` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a str` implements `Deserialize<'de>`
[INFO] [stdout]                `()` implements `Deserialize<'de>`
[INFO] [stdout]                `(T,)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Deserialize<'de>`
[INFO] [stdout]              and 190 others
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.210/src/de/mod.rs:1732:12
[INFO] [stdout]      |
[INFO] [stdout] 1730 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1731 |     where
[INFO] [stdout] 1732 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |         self.graph.node_weight_mut(n)
[INFO] [stdout]     |                    --------------- ^ expected `NodeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:490:12
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn node_weight_mut(&mut self, a: NodeIndex<Ix>) -> Option<&mut N> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |      - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_node_mut(&mut self, n: usize) -> Option<&mut Node<K>> {
[INFO] [stdout]     |                                                 -------------------- expected `std::option::Option<&mut petgraph::graph::Node<K>>` because of return type
[INFO] [stdout] 110 |         self.graph.node_weight_mut(n)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&mut Node<K>>`, found `Option<&mut K>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&mut petgraph::graph::Node<K>>`
[INFO] [stdout]                found enum `Option<&mut K>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Default` is not satisfied
[INFO] [stdout]   --> src/fs/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     #[serde(default)]
[INFO] [stdout] 18 | |     updated: Instant,
[INFO] [stdout]    | |____________________^ the trait `Default` is not implemented for `tokio::time::Instant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:113:36
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.graph.edge_weight_mut(e)
[INFO] [stdout]     |                    --------------- ^ expected `EdgeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `petgraph::prelude::EdgeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:536:12
[INFO] [stdout]     |
[INFO] [stdout] 536 |     pub fn edge_weight_mut(&mut self, e: EdgeIndex<Ix>) -> Option<&mut E> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |         - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn get_edge_mut(&mut self, e: usize) -> Option<&mut Edge<V>> {
[INFO] [stdout]     |                                                 -------------------- expected `std::option::Option<&mut petgraph::graph::Edge<V>>` because of return type
[INFO] [stdout] 113 |         self.graph.edge_weight_mut(e)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&mut Edge<V>>`, found `Option<&mut V>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&mut petgraph::graph::Edge<V>>`
[INFO] [stdout]                found enum `Option<&mut V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `node_bound` found for struct `StableGraph<N, E, Ty, Ix>` in the current scope
[INFO] [stdout]    --> src/graph/mod.rs:116:20
[INFO] [stdout]     |
[INFO] [stdout] 116 |         self.graph.node_bound(n)
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `node_count` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:239:5
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn node_count(&self) -> usize {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: trait `NodeIndexable` which provides `node_bound` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use petgraph::visit::NodeIndexable;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/fs/mod.rs:18:14
[INFO] [stdout]      |
[INFO] [stdout]   18 |     updated: Instant,
[INFO] [stdout]      |              ^^^^^^^ the trait `Deserialize<'_>` is not implemented for `tokio::time::Instant`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `tokio::time::Instant` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                `&'a Path` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a [u8]` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a str` implements `Deserialize<'de>`
[INFO] [stdout]                `()` implements `Deserialize<'de>`
[INFO] [stdout]                `(T,)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Deserialize<'de>`
[INFO] [stdout]              and 190 others
[INFO] [stdout] note: required by a bound in `next_value`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.210/src/de/mod.rs:1871:12
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     fn next_value<V>(&mut self) -> Result<V, Self::Error>
[INFO] [stdout]      |        ---------- required by a bound in this associated function
[INFO] [stdout] 1870 |     where
[INFO] [stdout] 1871 |         V: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied
[INFO] [stdout]    --> src/graph/mod.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |         self.graph.edge_bound(e)
[INFO] [stdout]     |                    ^^^^^^^^^^ - unexpected argument of type `usize`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/visit/mod.rs:361:12
[INFO] [stdout]     |
[INFO] [stdout] 361 |         fn edge_bound(self: &Self) -> usize;
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] 119 -         self.graph.edge_bound(e)
[INFO] [stdout] 119 +         self.graph.edge_bound()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get_edge_index(&self, e: usize) -> Option<EdgeIndex> {
[INFO] [stdout]     |                                               ----------------- expected `std::option::Option<petgraph::adj::EdgeIndex>` because of return type
[INFO] [stdout] 119 |         self.graph.edge_bound(e)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<EdgeIndex>`, found `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::option::Option<petgraph::adj::EdgeIndex>`
[INFO] [stdout]                found type `usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `tokio::time::Instant: Default` is not satisfied
[INFO] [stdout]   --> src/fs/mod.rs:12:52
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Debug, Clone, PartialEq, Hash, Serialize, Deserialize)]
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ the trait `Default` is not implemented for `tokio::time::Instant`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0119, E0277, E0283, E0308, E0597, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `K: Deserialize<'static>`
[INFO] [stdout]   --> src/graph/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `K: Deserialize<'static>` found
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `AppGraph`
[INFO] [stdout]   --> src/graph/mod.rs:27:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct AppGraph<K, V>
[INFO] [stdout]    |            -------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     K: Clone + Default + Debug + 'static + Deserialize<'static> + Serialize,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^ required by this bound in `AppGraph`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: /rustc-dev/d0ab665d12770dbaae620b539ee4319b83445f45/compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs:121:17: did not expect successful goal when collecting ambiguity errors for `Binder { value: TraitPredicate(<petgraph::prelude::StableGraph<K, V> as fs::_::_serde::Deserialize<'_>>, polarity:Positive), bound_vars: [] }`
[INFO] [stdout]   --> src/graph/mod.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Serialize, Debug, Clone, Default, Deserialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error: internal compiler error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1446) panicked at /rustc-dev/d0ab665d12770dbaae620b539ee4319b83445f45/compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs:121:17:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr] error: could not compile `ll` (lib) due to 26 previous errors; 18 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr]    0:     0x7753673fa766 - <<std[7ad685695f4d6cf5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6c52508f0c02959d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x775367a11266 - core[6c52508f0c02959d]::fmt::write
[INFO] [stderr]    2:     0x77536740f9cc - <std[7ad685695f4d6cf5]::sys::stdio::unix::Stderr as core[6c52508f0c02959d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x7753673cc3ea - std[7ad685695f4d6cf5]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7753673ece83 - std[7ad685695f4d6cf5]::panicking::default_hook
[INFO] [stderr]    5:     0x775366361d9b - std[7ad685695f4d6cf5]::panicking::update_hook::<alloc[ef15a21450dbfff1]::boxed::Box<rustc_driver_impl[e64b0af94f25cc15]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7753673ed322 - std[7ad685695f4d6cf5]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x77536638f211 - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}
[INFO] [stderr]    8:     0x775366388496 - std[7ad685695f4d6cf5]::sys::backtrace::__rust_end_short_backtrace::<std[7ad685695f4d6cf5]::panicking::begin_panic<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x77536638830b - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>
[INFO] [stderr]   10:     0x77536639a2b1 - <rustc_errors[1d8b821264a24e5b]::diagnostic::BugAbort as rustc_errors[1d8b821264a24e5b]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   11:     0x7753668e742c - <rustc_errors[1d8b821264a24e5b]::DiagCtxtHandle>::span_bug::<rustc_span[b910b0a050b613db]::span_encoding::Span, alloc[ef15a21450dbfff1]::string::String>
[INFO] [stderr]   12:     0x775366914cc6 - rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   13:     0x775366914e52 - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt::<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   14:     0x7753669007db - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_context_opt::<rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   15:     0x775364336968 - rustc_middle[2aa2a767de9dd2c8]::util::bug::span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>
[INFO] [stderr]   16:     0x7753689260ff - <rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError as rustc_infer[101d72cdc6738d75]::traits::engine::FromSolverError<rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::NextSolverError>>::from_solver_error
[INFO] [stderr]   17:     0x7753666bc706 - <core[6c52508f0c02959d]::iter::adapters::map::Map<core[6c52508f0c02959d]::iter::adapters::chain::Chain<core[6c52508f0c02959d]::iter::adapters::map::Map<thin_vec[1e78ed8df903949b]::Drain<(rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>, core[6c52508f0c02959d]::option::Option<rustc_type_ir[2ffa9f80410efda2]::solve::GoalStalledOn<rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>>)>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#0}>, core[6c52508f0c02959d]::iter::adapters::map::Map<alloc[ef15a21450dbfff1]::vec::drain::Drain<rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#1}>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#2}> as core[6c52508f0c02959d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   18:     0x775368b83c08 - rustc_hir_typeck[8d509ae61df4e243]::typeck_with_inspect::{closure#0}
[INFO] [stderr]   19:     0x775368b75d30 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   20:     0x775367e073a2 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_data_structures[a8cd8bed56c7c4a5]::vec_cache::VecCache<rustc_span[b910b0a050b613db]::def_id::LocalDefId, rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[2aa2a767de9dd2c8]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   21:     0x775367e06d43 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x775367e0943a - <rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_hir_analysis[6eaddeebc319b468]::check_crate::{closure#1}>::{closure#0}
[INFO] [stderr]   23:     0x775367e08dde - rustc_hir_analysis[6eaddeebc319b468]::check_crate
[INFO] [stderr]   24:     0x775367e04835 - rustc_interface[d37ca650b06bbb81]::passes::analysis
[INFO] [stderr]   25:     0x775368b340c7 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_middle[2aa2a767de9dd2c8]::query::caches::SingleCache<rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   26:     0x775368b33da9 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x775368b0529b - rustc_interface[d37ca650b06bbb81]::interface::run_compiler::<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   28:     0x775368aea43a - std[7ad685695f4d6cf5]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   29:     0x775368aea1ed - <std[7ad685695f4d6cf5]::thread::lifecycle::spawn_unchecked<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6c52508f0c02959d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   30:     0x775368aee610 - <std[7ad685695f4d6cf5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   31:     0x77536288aaa4 - <unknown>
[INFO] [stderr]   32:     0x775362917a64 - clone
[INFO] [stderr]   33:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-19T21_24_31-1440.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/graph/mod.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |             .insert(
[INFO] [stdout]    |              ------ arguments to this method are incorrect
[INFO] [stdout] 67 |                 ni.clone() as u32,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^ expected `usize`, found `u32`
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /rustc/d0ab665d12770dbaae620b539ee4319b83445f45/library/alloc/src/collections/btree/map.rs:1045:11
[INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 (ni.clone() as u32).try_into().unwrap(),
[INFO] [stdout]    |                 +                 +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] note: rustc 1.99.0-nightly (d0ab665d1 2026-07-17) running on x86_64-unknown-linux-gnu
[INFO] [stdout] error[E0308]: arguments to this method are incorrect
[INFO] [stdout]    --> src/graph/mod.rs:76:28
[INFO] [stdout]     |
[INFO] [stdout]  76 |         let e = self.graph.add_edge(a, b, v.clone());
[INFO] [stdout]     |                            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: expected `NodeIndex`, found `usize`
[INFO] [stdout]    --> src/graph/mod.rs:76:37
[INFO] [stdout]     |
[INFO] [stdout]  76 |         let e = self.graph.add_edge(a, b, v.clone());
[INFO] [stdout]     |                                     ^
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: expected `NodeIndex`, found `usize`
[INFO] [stdout]    --> src/graph/mod.rs:76:40
[INFO] [stdout]     |
[INFO] [stdout]  76 |         let e = self.graph.add_edge(a, b, v.clone());
[INFO] [stdout]     |                                        ^
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:351:12
[INFO] [stdout]     |
[INFO] [stdout] 351 |     pub fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> EdgeIndex<Ix> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:103:32
[INFO] [stdout]     |
[INFO] [stdout] 103 |         self.graph.node_weight(n)
[INFO] [stdout]     |                    ----------- ^ expected `NodeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:480:12
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub fn node_weight(&self, a: NodeIndex<Ix>) -> Option<&N> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |      - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn get_node(&self, n: usize) -> Option<&Node<K>> {
[INFO] [stdout]     |                                         ---------------- expected `std::option::Option<&petgraph::graph::Node<K>>` because of return type
[INFO] [stdout] 103 |         self.graph.node_weight(n)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&Node<K>>`, found `Option<&K>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&petgraph::graph::Node<K>>`
[INFO] [stdout]                found enum `Option<&K>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:106:32
[INFO] [stdout]     |
[INFO] [stdout] 106 |         self.graph.edge_weight(e)
[INFO] [stdout]     |                    ----------- ^ expected `EdgeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `petgraph::prelude::EdgeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:526:12
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn edge_weight(&self, e: EdgeIndex<Ix>) -> Option<&E> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |         - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn get_edge(&self, e: usize) -> Option<&Edge<V>> {
[INFO] [stdout]     |                                         ---------------- expected `std::option::Option<&petgraph::graph::Edge<V>>` because of return type
[INFO] [stdout] 106 |         self.graph.edge_weight(e)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&Edge<V>>`, found `Option<&V>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&petgraph::graph::Edge<V>>`
[INFO] [stdout]                found enum `Option<&V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [typeck_root] type-checking `graph::_::<impl at src/graph/mod.rs:22:44: 22:55>::deserialize::<impl at src/graph/mod.rs:22:44: 22:55>::visit_seq`
[INFO] [stderr] #1 [analysis] running analysis passes on crate `ll`
[INFO] [stderr] end of query stack
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1446) panicked at /rustc-dev/d0ab665d12770dbaae620b539ee4319b83445f45/compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs:121:17:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7753673fa766 - <<std[7ad685695f4d6cf5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6c52508f0c02959d]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x775367a11266 - core[6c52508f0c02959d]::fmt::write
[INFO] [stderr]    2:     0x77536740f9cc - <std[7ad685695f4d6cf5]::sys::stdio::unix::Stderr as core[6c52508f0c02959d]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x7753673cc3ea - std[7ad685695f4d6cf5]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7753673ece83 - std[7ad685695f4d6cf5]::panicking::default_hook
[INFO] [stderr]    5:     0x775366361d9b - std[7ad685695f4d6cf5]::panicking::update_hook::<alloc[ef15a21450dbfff1]::boxed::Box<rustc_driver_impl[e64b0af94f25cc15]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7753673ed322 - std[7ad685695f4d6cf5]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x77536638f211 - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}
[INFO] [stderr]    8:     0x775366388496 - std[7ad685695f4d6cf5]::sys::backtrace::__rust_end_short_backtrace::<std[7ad685695f4d6cf5]::panicking::begin_panic<rustc_errors[1d8b821264a24e5b]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x77536638830b - std[7ad685695f4d6cf5]::panicking::begin_panic::<rustc_errors[1d8b821264a24e5b]::ExplicitBug>
[INFO] [stderr]   10:     0x77536639a2b1 - <rustc_errors[1d8b821264a24e5b]::diagnostic::BugAbort as rustc_errors[1d8b821264a24e5b]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   11:     0x7753668e742c - <rustc_errors[1d8b821264a24e5b]::DiagCtxtHandle>::span_bug::<rustc_span[b910b0a050b613db]::span_encoding::Span, alloc[ef15a21450dbfff1]::string::String>
[INFO] [stderr]   12:     0x775366914cc6 - rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   13:     0x775366914e52 - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt::<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   14:     0x7753669007db - rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_context_opt::<rustc_middle[2aa2a767de9dd2c8]::ty::context::tls::with_opt<rustc_middle[2aa2a767de9dd2c8]::util::bug::opt_span_bug_fmt<rustc_span[b910b0a050b613db]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   15:     0x775364336968 - rustc_middle[2aa2a767de9dd2c8]::util::bug::span_bug_fmt::<rustc_span[b910b0a050b613db]::span_encoding::Span>
[INFO] [stderr]   16:     0x7753689260ff - <rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError as rustc_infer[101d72cdc6738d75]::traits::engine::FromSolverError<rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::NextSolverError>>::from_solver_error
[INFO] [stderr]   17:     0x7753666bc706 - <core[6c52508f0c02959d]::iter::adapters::map::Map<core[6c52508f0c02959d]::iter::adapters::chain::Chain<core[6c52508f0c02959d]::iter::adapters::map::Map<thin_vec[1e78ed8df903949b]::Drain<(rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>, core[6c52508f0c02959d]::option::Option<rustc_type_ir[2ffa9f80410efda2]::solve::GoalStalledOn<rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>>)>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#0}>, core[6c52508f0c02959d]::iter::adapters::map::Map<alloc[ef15a21450dbfff1]::vec::drain::Drain<rustc_infer[101d72cdc6738d75]::traits::Obligation<rustc_middle[2aa2a767de9dd2c8]::ty::predicate::Predicate>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#1}>>, <rustc_trait_selection[7d6888a66087d77b]::solve::fulfill::FulfillmentCtxt<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError> as rustc_infer[101d72cdc6738d75]::traits::engine::TraitEngine<rustc_trait_selection[7d6888a66087d77b]::traits::FulfillmentError>>::collect_remaining_errors::{closure#2}> as core[6c52508f0c02959d]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   18:     0x775368b83c08 - rustc_hir_typeck[8d509ae61df4e243]::typeck_with_inspect::{closure#0}
[INFO] [stderr]   19:     0x775368b75d30 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   20:     0x775367e073a2 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_data_structures[a8cd8bed56c7c4a5]::vec_cache::VecCache<rustc_span[b910b0a050b613db]::def_id::LocalDefId, rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[2aa2a767de9dd2c8]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   21:     0x775367e06d43 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::typeck_root::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   22:     0x775367e0943a - <rustc_middle[2aa2a767de9dd2c8]::ty::context::TyCtxt>::par_hir_body_owners::<rustc_hir_analysis[6eaddeebc319b468]::check_crate::{closure#1}>::{closure#0}
[INFO] [stderr]   23:     0x775367e08dde - rustc_hir_analysis[6eaddeebc319b468]::check_crate
[INFO] [stderr]   24:     0x775367e04835 - rustc_interface[d37ca650b06bbb81]::passes::analysis
[INFO] [stderr]   25:     0x775368b340c7 - rustc_query_impl[aa3a6e7b7cb6bf]::execution::try_execute_query::<rustc_middle[2aa2a767de9dd2c8]::query::caches::SingleCache<rustc_middle[2aa2a767de9dd2c8]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   26:     0x775368b33da9 - rustc_query_impl[aa3a6e7b7cb6bf]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   27:     0x775368b0529b - rustc_interface[d37ca650b06bbb81]::interface::run_compiler::<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   28:     0x775368aea43a - std[7ad685695f4d6cf5]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   29:     0x775368aea1ed - <std[7ad685695f4d6cf5]::thread::lifecycle::spawn_unchecked<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_with_globals<rustc_interface[d37ca650b06bbb81]::util::run_in_thread_pool_with_globals<rustc_interface[d37ca650b06bbb81]::interface::run_compiler<(), rustc_driver_impl[e64b0af94f25cc15]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6c52508f0c02959d]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   30:     0x775368aee610 - <std[7ad685695f4d6cf5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   31:     0x77536288aaa4 - <unknown>
[INFO] [stderr]   32:     0x775362917a64 - clone
[INFO] [stderr]   33:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-07-19T21_24_31-1440.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.99.0-nightly (d0ab665d1 2026-07-17) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [typeck_root] type-checking `graph::_::<impl at src/graph/mod.rs:22:44: 22:55>::deserialize::<impl at src/graph/mod.rs:22:44: 22:55>::visit_map`
[INFO] [stderr] #1 [analysis] running analysis passes on crate `ll`
[INFO] [stderr] end of query stack
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |         self.graph.node_weight_mut(n)
[INFO] [stdout]     |                    --------------- ^ expected `NodeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `NodeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:490:12
[INFO] [stdout]     |
[INFO] [stdout] 490 |     pub fn node_weight_mut(&mut self, a: NodeIndex<Ix>) -> Option<&mut N> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |      - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_node_mut(&mut self, n: usize) -> Option<&mut Node<K>> {
[INFO] [stdout]     |                                                 -------------------- expected `std::option::Option<&mut petgraph::graph::Node<K>>` because of return type
[INFO] [stdout] 110 |         self.graph.node_weight_mut(n)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&mut Node<K>>`, found `Option<&mut K>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&mut petgraph::graph::Node<K>>`
[INFO] [stdout]                found enum `Option<&mut K>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:113:36
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.graph.edge_weight_mut(e)
[INFO] [stdout]     |                    --------------- ^ expected `EdgeIndex`, found `usize`
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `petgraph::prelude::EdgeIndex`
[INFO] [stdout]                  found type `usize`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:536:12
[INFO] [stdout]     |
[INFO] [stdout] 536 |     pub fn edge_weight_mut(&mut self, e: EdgeIndex<Ix>) -> Option<&mut E> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl<K, V> AppGraph<K, V>
[INFO] [stdout]     |         - found this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn get_edge_mut(&mut self, e: usize) -> Option<&mut Edge<V>> {
[INFO] [stdout]     |                                                 -------------------- expected `std::option::Option<&mut petgraph::graph::Edge<V>>` because of return type
[INFO] [stdout] 113 |         self.graph.edge_weight_mut(e)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<&mut Edge<V>>`, found `Option<&mut V>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<&mut petgraph::graph::Edge<V>>`
[INFO] [stdout]                found enum `Option<&mut V>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `node_bound` found for struct `StableGraph<N, E, Ty, Ix>` in the current scope
[INFO] [stdout]    --> src/graph/mod.rs:116:20
[INFO] [stdout]     |
[INFO] [stdout] 116 |         self.graph.node_bound(n)
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `node_count` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/graph_impl/stable_graph/mod.rs:239:5
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn node_count(&self) -> usize {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: trait `NodeIndexable` which provides `node_bound` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use petgraph::visit::NodeIndexable;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied
[INFO] [stdout]    --> src/graph/mod.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |         self.graph.edge_bound(e)
[INFO] [stdout]     |                    ^^^^^^^^^^ - unexpected argument of type `usize`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/visit/mod.rs:361:12
[INFO] [stdout]     |
[INFO] [stdout] 361 |         fn edge_bound(self: &Self) -> usize;
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] 119 -         self.graph.edge_bound(e)
[INFO] [stdout] 119 +         self.graph.edge_bound()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph/mod.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn get_edge_index(&self, e: usize) -> Option<EdgeIndex> {
[INFO] [stdout]     |                                               ----------------- expected `std::option::Option<petgraph::adj::EdgeIndex>` because of return type
[INFO] [stdout] 119 |         self.graph.edge_bound(e)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Option<EdgeIndex>`, found `usize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::option::Option<petgraph::adj::EdgeIndex>`
[INFO] [stdout]                found type `usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0119, E0277, E0283, E0308, E0597, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ll` (lib test) due to 26 previous errors; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788", kill_on_drop: false }`
[INFO] [stdout] 5966b047cbe3319c8414d92aa0cc9a144bd1fdb19dd0c220e0768ec604e80788
